home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / mdboutln.zip / MAIN.DFM / MAIN.txt
Text File  |  1995-11-27  |  5KB  |  154 lines

  1. object frmMainForm: TfrmMainForm
  2.   Left = 317
  3.   Top = 120
  4.   Width = 627
  5.   Height = 452
  6.   Caption = 'Maelstrom TDBOutline v1.5 Demonstration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   TextHeight = 14
  18.   object pnlSpeedBar: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 619
  22.     Height = 65
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object btnspdAbout: TSpeedButton
  26.       Left = 5
  27.       Top = 2
  28.       Width = 25
  29.       Height = 25
  30.       Hint = '  About Maelstrom TDBOutline'
  31.       Glyph.Data = {
  32.         06020000424D0602000000000000760000002800000028000000140000000100
  33.         0400000000009001000000000000000000000000000000000000000000000000
  34.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  35.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  36.         3333333333333333333333333333333333333333333333333333333333333333
  37.         3333333333330033333333333333333377F33333333333333330FF0333333333
  38.         33333337F37F333333333333330FFFF0333333333333337F3337F33333333333
  39.         330FF078033333333333337F37F87F33333333333337FF003333333333333337
  40.         F377F333333333333330FF733333333333333337F37F33333333333333337FF0
  41.         33333333333333337F37F3333333333333300FF733333333333333377F37F333
  42.         33333333330870FF033333333333337F87F37F33333333333330FFFF03333333
  43.         33333337F3337F333333333333330FF033333333333333337F37F33333333333
  44.         333330033333333333333333377F333333333333333333003333333333333333
  45.         3377F33333333333333330FF033333333333333337F37F3333333333333330FF
  46.         033333333333333337F37F33333333333333330033333333333333333377F333
  47.         3333333333333333333333333333333333333333333333333333333333333333
  48.         33333333333333333333}
  49.       NumGlyphs = 2
  50.       OnClick = btnspdAboutClick
  51.     end
  52.     object btnspdHelp: TSpeedButton
  53.       Left = 29
  54.       Top = 2
  55.       Width = 25
  56.       Height = 25
  57.       Hint = '  TDBOutline Help'
  58.       Glyph.Data = {
  59.         78010000424D7801000000000000760000002800000020000000100000000100
  60.         04000000000000000000120B0000120B00000000000000000000000000000000
  61.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  62.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  63.         3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  64.         33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  65.         FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  66.         FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  67.         FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  68.         FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  69.         FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  70.         3333333773FFFF77333333333FBFBF33333333333777773333330000}
  71.       NumGlyphs = 2
  72.       OnClick = btnspdHelpClick
  73.     end
  74.     object Memo1: TMemo
  75.       Left = 64
  76.       Top = 3
  77.       Width = 545
  78.       Height = 54
  79.       BorderStyle = bsNone
  80.       Color = clBtnFace
  81.       Ctl3D = False
  82.       Enabled = False
  83.       Font.Color = clNavy
  84.       Font.Height = -16
  85.       Font.Name = 'Arial'
  86.       Font.Style = []
  87.       ParentCtl3D = False
  88.       ParentFont = False
  89.       TabOrder = 0
  90.     end
  91.   end
  92.   object ntbktabDemo: TTabbedNotebook
  93.     Left = 0
  94.     Top = 65
  95.     Width = 619
  96.     Height = 360
  97.     Align = alClient
  98.     TabFont.Color = clBtnText
  99.     TabFont.Height = -13
  100.     TabFont.Name = 'Arial'
  101.     TabFont.Style = []
  102.     TabOrder = 1
  103.     object TTabPage
  104.       Left = 5
  105.       Top = 29
  106.       Caption = 'Notes Example'
  107.       object pnlNotes: TPanel
  108.         Left = 0
  109.         Top = 0
  110.         Width = 609
  111.         Height = 298
  112.         Align = alClient
  113.         BevelOuter = bvNone
  114.         BorderWidth = 6
  115.         TabOrder = 0
  116.         object pnlNotesSplitter: TPanel
  117.           Left = 300
  118.           Top = 6
  119.           Width = 5
  120.           Height = 286
  121.           Cursor = crHSplit
  122.           Align = alLeft
  123.           DragCursor = crHSplit
  124.           TabOrder = 0
  125.           OnMouseDown = pnlSplitterMouseDown
  126.           OnMouseMove = pnlSplitterMouseMove
  127.           OnMouseUp = pnlSplitterMouseUp
  128.         end
  129.         object DBOutlineNotes: TDBOutline
  130.           Left = 6
  131.           Top = 6
  132.           Width = 294
  133.           Height = 286
  134.           Hint = 
  135.             'This table has DataAutoDrag set to false, and DataAutoSynch set ' +
  136.             'to True.  Drag-and-Drop is prevented in this example.'
  137.           DataField = 'NOTENUMBER'
  138.           DataSource = dtasrcNotes
  139.           DataFieldRecursive = 'PARENTNOTE'
  140.           DataFieldDisplay = 'NOTETITLE'
  141.           DataAutoDrag = False
  142.           DataAutoUpdate = False
  143.           DataAutoSynch = True
  144.           IgnoreCyclicalDrops = False
  145.           MasterParent = False
  146.           Align = alLeft
  147.           Font.Color = clWindowText
  148.           Font.Height = -15
  149.           Font.Name = 'Arial'
  150.           Font.Style = []
  151.           ItemHeight = 18
  152.           ItemSeparator = '\'
  153.           PictureClosed.Data = {<image000.BM∩┐╜v( ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜3333333333333333333s333>}
  154.